Fix typo in this unused file.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 5 Jul 2004 14:26:18 +0000 (14:26 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 5 Jul 2004 14:26:18 +0000 (14:26 +0000)
gpsbabel/gpsdrive.c

index 621fa497643a8ec23191a46ed6f3a889ea8f0f76..b281844c7f90219e0e6d3f70615c9e1e3a22cba3 100644 (file)
@@ -71,12 +71,12 @@ data_read(void)
        int i;
        waypoint *wpt_tmp;
        int linecount = 0;
-       mkshort_rd_handle = mkshort_new_handle();
        /*
         * Make sure that all waypoints in single read have same 
         * timestamp.
         */
        time_t now = current_time();
+       mkshort_rd_handle = mkshort_new_handle();
 
        do {
                linecount++;